// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Derek Hough','Mobile Civic Center Theater','Mobile, AL','Saturday','4/27/2024','7:30 PM','6267210','Derek-Hough-4-27-2024'],['Kevin Gates','Mobile Civic Center Arena','Mobile, AL','Thursday','5/9/2024','8:00 PM','5784386','Kevin-Gates-5-9-2024'],['Mobile Comedy Festival','Mobile Civic Center Theater','Mobile, AL','Friday','5/10/2024','8:00 PM','6093676','Mobile-Comedy-Festival-5-10-2024'],['Gabriel Iglesias','Mobile Civic Center Arena','Mobile, AL','Saturday','5/11/2024','8:00 PM','6105860','Gabriel-Iglesias-5-11-2024'],['Judas Priest','Mobile Civic Center Arena','Mobile, AL','Sunday','5/12/2024','8:00 PM','6084097','Judas-Priest-5-12-2024'],['R&B Hip-Hop Music Fest: T.I., Anthony Hamilton & Musiq Soulchild','Mobile Civic Center Arena','Mobile, AL','Saturday','6/15/2024','7:15 PM','6333743','R-B-Hip-Hop-Music-Fest--T-I---Anthony-Hamilton---Musiq-Soulchild-6-15-2024'],['Brick Convention','Mobile Civic Center Expo Hall','Mobile, AL','Saturday','9/7/2024','10:00 AM','6366592','Brick-Convention-9-7-2024'],['Brick Convention','Mobile Civic Center Expo Hall','Mobile, AL','Saturday','9/7/2024','2:00 PM','6366593','Brick-Convention-9-7-2024'],['Brick Convention','Mobile Civic Center Expo Hall','Mobile, AL','Sunday','9/8/2024','10:00 AM','6366595','Brick-Convention-9-8-2024'],['Brick Convention','Mobile Civic Center Expo Hall','Mobile, AL','Sunday','9/8/2024','2:00 PM','6366596','Brick-Convention-9-8-2024']],'Mobile Civic Center','http://www.ticketnetwork.com/ticket/Mobile-Civic-Center-events.aspx');